FileSelectorSettings
data class FileSelectorSettings(val type: String, val allowMultiple: Boolean = false, val localOnly: Boolean = true)
Settings to configure the file selection criteria
Parameters
type
List of file types to select
allowMultiple
Used to indicate the multiple files can be selected
localOnly
Used to indicate that only data that is on the local device should be returned